type crypto/cipher.cbcEncAble

2 uses

	crypto/cipher (current package)
		cbc.go#L38: type cbcEncAble interface {
		cbc.go#L49: 	if cbc, ok := b.(cbcEncAble); ok {